2008-02-29 Cody Russell <bratsche@gnome.org>
* docs/tutorial/gtk-tut.sgml: Fix tutorial documentation to
say 'gtk_main_quit()' instead of 'gtk_quit()'. (#517908, Matt Kraai)
svn path=/trunk/; revision=19676
+2008-02-29 Cody Russell <bratsche@gnome.org>
+
+ * docs/tutorial/gtk-tut.sgml: Fix tutorial documentation to
+ say 'gtk_main_quit()' instead of 'gtk_quit()'. (#517908, Matt Kraai)
+
2008-02-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcalendar.h: Remove trailing comma from enum to
gtk_main ();
</programlisting>
-<para>And the final return. Control returns here after gtk_quit() is called.</para>
+<para>And the final return. Control returns here after gtk_main_quit() is called.</para>
<programlisting role="C">
return 0;